(tc-dissociate): Renamed from tc-kill-association.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Apr 1993 04:35:15 +0000 (04:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Apr 1993 04:35:15 +0000 (04:35 +0000)
Move binding to C-x 6 d.

lisp/textmodes/two-column.el

index a024f96ed5027e21dd23a4cbe2392139fb55a837..76fc38b6d029e920ef874b55e670ffcb9637d1c8 100644 (file)
   (define-key tc-mode-map "1" 'tc-merge)
   (define-key tc-mode-map "2" 'tc-two-columns)
   (define-key tc-mode-map "b" 'tc-associate-buffer)
-  (define-key tc-mode-map "k" 'tc-kill-association)
+  (define-key tc-mode-map "e" 'tc-dissociate)
   (define-key tc-mode-map "\C-l" 'tc-recenter)
   (define-key tc-mode-map "o" 'tc-associated-buffer)
   (define-key tc-mode-map "s" 'tc-split)
@@ -472,7 +472,7 @@ See  \\[tc-two-columns]  and  `lisp/two-column.el'  for further details."
        (next-line 1)))))
 
 ;;;###autoload
-(defun tc-kill-association ()
+(defun tc-dissociate ()
   "Turn off two-column minor mode in current and associated buffer.
 If the associated buffer is unmodified and empty, it is killed."
   (interactive)